-
Notifications
You must be signed in to change notification settings - Fork 909
Skip column gossip verification logic during block production #7973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip column gossip verification logic during block production #7973
Conversation
…ip-column-verification-during-block-production
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
@eserilev the sync job is failing, doesn't feel like your change would trigger this, but interestingly both fullnode and supernode are failing to sync, and stuck at |
…ip-column-verification-during-block-production
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just added a minor comment but i think we're close to merging this.
…ip-column-verification-during-block-production
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
nevermind, I see that the timeout is only relevant once the nodes are restarted |
…ip-column-verification-during-block-production
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, the added check looks good to me! Thanks
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You can check the last failing draft PR here: #8024. You may have to fix your CI before adding the pull request to the queue again. |
@eserilev http api tests are failing, looks like the tests need an update - we no longer expect a gossip data column failure, so the assertion needs to be updated for Fulu |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You can check the last failing draft PR here: #8025. You may have to fix your CI before adding the pull request to the queue again. |
@mergify requeue |
☑️ This pull request is already queued |
This pull request has been removed from the queue for the following reason: The pull request #7973 has been manually updated. If you want to requeue this pull request, you can post a |
) sigp#7950 Skip column gossip verification logic during block production as its redundant and potentially computationally expensive. Co-Authored-By: Eitan Seri- Levi <[email protected]> Co-Authored-By: Eitan Seri-Levi <[email protected]> Co-Authored-By: Jimmy Chen <[email protected]> Co-Authored-By: Jimmy Chen <[email protected]>
) Skip column gossip verification logic during block production as its redundant and potentially computationally expensive. Co-Authored-By: Eitan Seri- Levi <[email protected]> Co-Authored-By: Eitan Seri-Levi <[email protected]> Co-Authored-By: Jimmy Chen <[email protected]> Co-Authored-By: Jimmy Chen <[email protected]>
) sigp#7950 Skip column gossip verification logic during block production as its redundant and potentially computationally expensive. Co-Authored-By: Eitan Seri- Levi <[email protected]> Co-Authored-By: Eitan Seri-Levi <[email protected]> Co-Authored-By: Jimmy Chen <[email protected]> Co-Authored-By: Jimmy Chen <[email protected]>
Issue Addressed
#7950
Proposed Changes
Skip column gossip verification logic during block production as its redundant and potentially computationally expensive.